body { background-color: #FFFFFF; 
		color: #666666;
		font-family: Verdana,Arial, sans-serif;
		background-image: url(background.jpg);}
		
h1 { background-image: url(sunset.jpg);
    padding-left:20px;
    background-repeat: no-repeat;
    background-size: 1024px 72px;
    background-position: center;
		color: #fff;
		text-align: left;
		line-height: 200%; 
		font-family: Georgia, "Times New Roman", serif;
		margin-bottom: 0;}
	
#category	{ background-color: #6699ff; 
		color: #003366;
		font-size:1.1em;}
		
		/*text-shadow: 3px 3px 5px #cccccc}*/
		
h2 { 
		color: #3399CC; 
		font-family: Georgia, "Times New Roman",serif; 
		}
		
h3
{
 color:#000033; 
}
	
dt{
	color:#000033;
	font-weight:bold;
}
		
.resort { color:#000033;
		
		font-size: 1.2em; }
		/*
p{font-size: .90em; 
		text-indent: 3em}

ul{font-weight: bold;}
*/
nav { font-weight: bold; 
		font-size: 1.25em;
		text-align: center;
		background-color:#90C7E3;
		padding:5px;}
/*		
.feature { color: #C70000; }
*/
footer { 
		font-size: .70em; 
		font-style: italic;
		text-align:center;
		padding:10px;
		}

#wrapper { width: 80%; 
		margin-left: auto; 
		margin-right: auto;
		background-color:#fff;
		min-width:700px;
		max-width:1024px;
		box-shadow: 5px 5px 5px #1e1e1e;}

main
{
  padding-left:20px;
  padding-right:20px;
}